PDFView4NET WPF Edition
Load(String,Byte[]) Method




O2S.Components.PDFView4NET Namespace > PDFDocument Class > Load Method : Load(String,Byte[]) Method
Path to PDF file.
Password to open the PDF file.
Loads the PDF file from disk.
Syntax
'Declaration
 
Public Overloads Sub Load( _
   ByVal file As String, _
   ByVal password() As Byte _
) 
'Usage
 
Dim instance As PDFDocument
Dim file As String
Dim password() As Byte
 
instance.Load(file, password)
public void Load( 
   string file,
   byte[] password
)
public: void Load( 
   string* file,
   byte[]* password
) 
public:
void Load( 
   String^ file,
   array<byte>^ password
) 

Parameters

file
Path to PDF file.
password
Password to open the PDF file.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFDocument Class
PDFDocument Members
Overload List